home *** CD-ROM | disk | FTP | other *** search
/ Modeling the Dream / Modeling the Dream CD - Walkthroughs and Flybys II (1994)(Waite Group).iso / programs / dreams.bat < prev    next >
DOS Batch File  |  1994-08-21  |  140b  |  11 lines

  1. @echo off
  2. cls
  3. SANDMAN %1
  4. IF ERRORLEVEL == 1 GOTO RUN
  5. IF ERRORLEVEL == 0 GOTO QUIT
  6. ECHO Error detected
  7. GOTO QUIT
  8. :RUN
  9. PILLOW
  10. :QUIT
  11.